type google.golang.org/protobuf/internal/impl.oneofInfo

11 uses

	google.golang.org/protobuf/internal/impl (current package)
		equal.go#L65: 		case *oneofInfo:
		message_opaque.go#L85: 	mi.oneofs = map[protoreflect.Name]*oneofInfo{}
		message_opaque.go#L117: func makeOneofInfoOpaque(mi *MessageInfo, od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
		message_opaque.go#L118: 	oi := &oneofInfo{oneofDesc: od}
		message_reflect.go#L18: 	oneofs map[protoreflect.Name]*oneofInfo
		message_reflect.go#L83: 	mi.oneofs = map[protoreflect.Name]*oneofInfo{}
		message_reflect_field.go#L384: type oneofInfo struct {
		message_reflect_field.go#L389: func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
		message_reflect_field.go#L390: 	oi := &oneofInfo{oneofDesc: od}
		message_reflect_gen.go#L55: 		case *oneofInfo:
		message_reflect_gen.go#L186: 		case *oneofInfo: